github.com/refraction-networking/utls.xorNonceAEAD.nonceMask (field)
9 uses
github.com/refraction-networking/utls (current package)
cipher_suites.go#L480: nonceMask [aeadNonceLength]byte
cipher_suites.go#L490: f.nonceMask[4+i] ^= b
cipher_suites.go#L492: result := f.aead.Seal(out, f.nonceMask[:], plaintext, additionalData)
cipher_suites.go#L494: f.nonceMask[4+i] ^= b
cipher_suites.go#L502: f.nonceMask[4+i] ^= b
cipher_suites.go#L504: result, err := f.aead.Open(out, f.nonceMask[:], ciphertext, additionalData)
cipher_suites.go#L506: f.nonceMask[4+i] ^= b
cipher_suites.go#L572: copy(ret.nonceMask[:], nonceMask)
cipher_suites.go#L586: copy(ret.nonceMask[:], nonceMask)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |